Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order schedules in select all #200

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Conversation

dfarr
Copy link
Member

@dfarr dfarr commented Jan 9, 2024

Closes #192
Closes #194
Closes #195
Closes #196
Closes #197
Closes #198
Closes #199
Closes #201

The schedule promises coroutine queries all promises where next_run_time is less than or equal to tick time, we need to ensure that these schedules come back in a deterministic order.

The schedule promises coroutine queries all promises where
next_run_time is less than or equal to tick time, we need to
ensure that these schedules come back in a deterministic order.
@dfarr dfarr requested a review from guergabo January 9, 2024 17:12
Copy link
Contributor

@guergabo guergabo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my love language <3

Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5b5ef90) 64.85% compared to head (b04c1ea) 64.85%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #200   +/-   ##
=======================================
  Coverage   64.85%   64.85%           
=======================================
  Files          83       83           
  Lines        8829     8829           
=======================================
  Hits         5726     5726           
  Misses       2709     2709           
  Partials      394      394           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@guergabo guergabo merged commit cb9aad9 into main Jan 9, 2024
32 checks passed
@guergabo guergabo deleted the feature/order-subscriptions branch January 9, 2024 17:26
@dfarr
Copy link
Member Author

dfarr commented Jan 9, 2024

Closes #192
Closes #194
Closes #195
Closes #196
Closes #197
Closes #198
Closes #199

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DST: 19849 DST: 19849 DST: 14400 DST: 14400 DST: 15289
2 participants